home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/appkit.h>
-
- @class DecoderController;
-
- @interface MainWindowControl:Object
- {
- id articleView;
- id sideSplitView;
- id splitView;
- id offscreenWindow;
-
- id upperPartLeft;
- id upperPartRight;
-
- id theNGSet;
- id theArticleSet;
- id theArticleViewControl;
-
- id theNGSetMatrix;
- id theArSetMatrix;
-
- id nntpServer;
- id mainWindow;
- id postButton;
-
- id myOwner;
-
- id killFile;
- DecoderController * decoderController;
- id otherNGView;
- }
-
- - free;
- - (BOOL)connectNNTP:(const char *)sendername slowLink:(BOOL)slow;
- - disconnectAndClose:sender;
-
- - nntpServer;
- - killFile;
- - articleText;
- - newsgroupMatrix;
- - articleMatrix;
- - articleViewControll;
- - newsgroupSet;
- - articleSet;
-
- - (BOOL)articleSelected;
- - (BOOL)articlesSelected;
- - (BOOL)newsgroupSelected;
- - (BOOL)newsgroupsSelected;
-
- - printText:sender;
- - uudecode:sender;
-
- - forward:(SEL)aSelector :(marg_list)argFrame;
- - (BOOL)respondsTo:(SEL)aSelector;
-
- - sideSplitViewDidResizeSubviews:sender;
- - splitViewDidResizeSubviews:sender;
-
- - (BOOL)killAuthorEnabled;
- - (BOOL)sortCellEnabled:menueCell;
-
- - windowWillClose:sender;
-
- @end
-